svn path=/trunk/; revision=19270
+2007-12-28 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkcombo.c: Fix the default value of the enable-arrows-always
+ property.
+
2007-12-28 Johan Dahlin <johan@gnome.org>
* gtk/gtkdialog.c (gtk_dialog_buildable_custom_finished)
combo->value_in_list = FALSE;
combo->ok_if_empty = TRUE;
combo->use_arrows = TRUE;
- combo->use_arrows_always = FALSE;
+ combo->use_arrows_always = TRUE;
combo->entry = gtk_entry_new ();
combo->button = gtk_button_new ();
combo->current_button = 0;